Chat

data class Chat(val sessionID: String, var userID: String = "", var language: String = "English", context: Context)

Constructors

Link copied to clipboard
constructor(sessionID: String, userID: String = "", language: String = "English", context: Context)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun submitFeedback(responseId: String, feedback: Chat.ChatFeedback): ChatAIError?